home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / sprint / sprint_pcs_cm_v032.msi / Data1.cab / _5F92B3217B5D4A2EB80C4159D416051E.0C31BE7200FB45C4BB618F153DD576B7 < prev    next >
Encoding:
Windows Setup INFormation  |  2006-09-25  |  6.9 KB  |  173 lines

  1. ;*****************************************************************************
  2. ;
  3. ; mqdmbus.inf   -- Install the Motorola DM Composite Driver
  4. ;
  5. ; Copyright (c) 1997-2006 by MCCI 
  6. ;
  7. ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
  8. ;
  9. ; NOTICE: This software is licensed, not sold.  Any modification of this
  10. ; inf file to change the reference to an operating system or to change the
  11. ; reference to a device is not permitted unless authorized in writing by
  12. ; Moore Computer Consultants, Inc..
  13. ;
  14. ;*****************************************************************************
  15.  
  16. [version]
  17. signature="$CHICAGO$"
  18. Class=USB
  19. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  20. Provider=%Provider%
  21. DriverVer=06/21/2006, 4.38.6.233
  22. CatalogFile=mqdmbus.cat
  23.  
  24. [ControlFlags]
  25. ExcludeFromSelect = *
  26.  
  27. ;-----------------------------------------------------------------------------
  28. ; Specify target paths...
  29. ;-----------------------------------------------------------------------------
  30. [DestinationDirs]
  31. DefaultDestDir                  = 11                    ; LDID_SYS
  32. MotorolaWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  33. MotorolaWdm.NT.CopyFiles        = 12                    ; system32\drivers
  34. PropPages.CopyFiles             = 11                    ; system
  35.  
  36. ;-----------------------------------------------------------------------------
  37. ; Specify the install disks.  A bit unwieldy during development.
  38. ;-----------------------------------------------------------------------------
  39. [SourceDisksNames]
  40. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  41. 1=%DiskString%,"mqdmbus.sys",,
  42.  
  43. [SourceDisksFiles]
  44. ; filename = diskid[, [subdir] [, size]]
  45. mqdmbus.sys = 1
  46. mqdmwh95.sys = 1
  47. mqdmwhnt.sys = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents:  manufacturer, then devices.
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %Motorola%=Motorola
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; The devices
  57. ;-----------------------------------------------------------------------------
  58. [Motorola]
  59. %Motorola.CdcBus.Desc% = MotorolaWdm.Install, USB\VID_22b8&PID_2a64
  60. %Motorola.CdcBus.Desc% = MotorolaWdm.Install, USB\VID_22b8&PID_2b44
  61. %Motorola.CdcBus.Desc% = MotorolaWdm.Install, USB\VID_22b8&PID_2b24
  62.  
  63. ;-----------------------------------------------------------------------------
  64. ; How to install them:  On W9x, the [section] name is used directly.
  65. ; On NT, the system first tries [section.NT], then [section].
  66. ;-----------------------------------------------------------------------------
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ; Diagnostics Files CopyFiles List Section
  70. ;-----------------------------------------------------------------------------
  71. [Motorola.CopyFiles]
  72.  
  73. ;-----------------------------------------------------------------------------
  74. ; XXX when we have a property page DLL, add it to the following section.
  75. ;-----------------------------------------------------------------------------
  76. [PropPages.CopyFiles]
  77.  
  78. ;-----------------------------------------------------------------------------
  79. ;       How to install the WDM driver on W95/W98
  80. ;-----------------------------------------------------------------------------
  81. [MotorolaWdm.Install]
  82. CopyFiles       = MotorolaWdm.W95.CopyFiles, Motorola.CopyFiles, PropPages.CopyFiles
  83. AddReg          = MotorolaWdm.AddReg, MotorolaWdm.W95.AddReg
  84. DriverVer=06/21/2006, 4.38.6.233
  85.  
  86. ;-----------------------------------------------------------------------------
  87. ;       How to install the WDM driver on NT
  88. ;-----------------------------------------------------------------------------
  89. [MotorolaWdm.Install.NT]
  90. CopyFiles       = MotorolaWdm.NT.CopyFiles
  91. AddReg          = MotorolaWdm.AddReg, MotorolaWdm.NT.AddReg
  92. DriverVer=06/21/2006, 4.38.6.233
  93.  
  94. ;-----------------------------------------------------------------------------
  95. ;       How to start the WDM driver on NT
  96. ;-----------------------------------------------------------------------------
  97. [MotorolaWdm.Install.NT.Services]
  98. AddService      = mqdmbus, 2, MotorolaWdm.AddService
  99.  
  100. [MotorolaWdm.AddService]
  101. DisplayName             = %Motorola.Service.Desc%
  102. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  103. StartType               = 3     ; SERVICE_DEMAND_START
  104. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  105. ServiceBinary           = %12%\mqdmbus.sys
  106. LoadOrderGroup          = Base
  107.  
  108. ;-----------------------------------------------------------------------------
  109. ;       WDM registry entries (all platforms)
  110. ;-----------------------------------------------------------------------------
  111. [MotorolaWdm.AddReg]
  112.  
  113.  
  114. ;-----------------------------------------------------------------------------
  115. ;       WDM registry entries (W95/98) (including how to start the driver)
  116. ;-----------------------------------------------------------------------------
  117. [MotorolaWdm.W95.AddReg]
  118. HKR,,DevLoader,,*ntkern
  119. HKR,,NTMPDriver,,mqdmbus.sys
  120.  
  121. ;-----------------------------------------------------------------------------
  122. ;       WDM registry entries (NT only)
  123. ;-----------------------------------------------------------------------------
  124. [MotorolaWdm.NT.AddReg]
  125.  
  126. ;-----------------------------------------------------------------------------
  127. ;       The WDM copy list for Win95 -- different because things go in
  128. ;       different places.  Also, we probably need to rename drivers 
  129. ;       during the install.
  130. ;-----------------------------------------------------------------------------
  131. [MotorolaWdm.W95.CopyFiles]
  132. mqdmbus.sys
  133. mqdmwh.sys,mqdmwh95.sys
  134. mqdmwh95.sys
  135. mqdmwhnt.sys
  136.  
  137. ;-----------------------------------------------------------------------------
  138. ;       The WDM copy list for NT -- different because things go in
  139. ;       different places.
  140. ;-----------------------------------------------------------------------------
  141. [MotorolaWdm.NT.CopyFiles]
  142. mqdmbus.sys
  143. mqdmwh.sys,mqdmwhnt.sys
  144. mqdmwhnt.sys
  145.  
  146.  
  147. ;****************************************************************************
  148. ; Localizable Strings
  149. ;****************************************************************************
  150. [strings]
  151.  
  152. ;BEGIN ENG - US English Strings
  153. Provider = "Motorola Inc"
  154. Motorola = "Motorola Inc"
  155. DiskString = "Motorola DM Composite Driver Installation Disk"
  156.  
  157. Motorola.CdcBus.Desc = "Motorola DM Composite Driver"
  158. Motorola.Service.Desc = "Motorola DM Composite Driver (WDM)"
  159.  
  160. CustomerDataPath = "Motorola USB Multi-Function CDMA"
  161. DriverSet = "Motorola USB Multi-Function CDMA Software"
  162. UninstallFile = "MQDMUninstall.exe"
  163. McciOptions = "Uninstallable"
  164.  
  165.  
  166. ;END ENG - US English Strings
  167.  
  168. ;-----------------------------------------------------------------------------
  169. ; Following are symbolic constants which don't change per locale.
  170. ;-----------------------------------------------------------------------------
  171.  
  172. ;*** end of file ***
  173.